home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / 2924.ZIP / INSTALLH.BAT < prev   
Encoding:
DOS Batch File  |  1989-03-07  |  364 b   |  14 lines

  1. echo off
  2. cls
  3. echo You are about to copy the needed files to your hard disk.
  4. echo IMPORTANT note, you must specify the drive letter after typing the
  5. echo command INSTALLH. Example, if your hard disk is drive C: you would
  6. echo type INSTALLH C: (press enter)
  7. if not exist %1 then goto :end
  8. pause
  9. md %1\dml
  10. pkxarc *.arc %1\dml
  11. :end
  12. echo all done
  13. echo on
  14.